func testing.newTestContext

4 uses

	testing (current package)
		fuzz.go#L476: 	tctx := newTestContext(*parallel, m)
		fuzz.go#L537: 	tctx := newTestContext(1, m)
		testing.go#L1532: func newTestContext(maxParallel int, m *matcher) *testContext {
		testing.go#L1824: 			ctx := newTestContext(*parallel, newMatcher(matchString, *match, "-test.run"))